UI_EN = {
    UI_BetterCooking_OpenRecipeUI = "Open Recipe UI",

    UI_BetterCooking_Seasonings = "Seasonings",
    UI_BetterCooking_Ingredients = "Ingredients",
    UI_BetterCooking_Partial = "Partial",
    
    UI_BetterCooking_Seasonings_SubMenu = "Seasonings Sub-Menu",
    UI_BetterCooking_Seasonings_SubMenu_tooltip = "Puts all Seasonings into a dedicated Seasonings sub-menu.",

    UI_BetterCooking_Ingredients_SubMenu = "Ingredients Sub-Menu",
    UI_BetterCooking_Ingredients_SubMenu_tooltip = "Puts all Ingredients into a dedicated Ingredients sub-menu.",

    UI_BetterCooking_QuantitySuffix = "Quantity Suffix",
    UI_BetterCooking_QuantitySuffix_tooltip = "Displays the quantity of items available as a suffix (e.g. [x3]).",

    UI_BetterCooking_SortBySpoilage = "Sort by Spoilage",
    UI_BetterCooking_SortBySpoilage_tooltip = "Shows the seasoning or ingredient that will spoil first. (Sorting inside each type.)",

    UI_BetterCooking_SortByUsesRemaining = "Sort by Uses Remaining",
    UI_BetterCooking_SortByUsesRemaining_tooltip = "For seasonings, shows the ones with the lowest uses remaining first. (Sorting inside each type.)",

    UI_BetterCooking_Ingredients_Info = "Ingredients will always show the best available (largest hunger, first to spoil), sorted alphabetically.",

    UI_BetterCooking_Ingredients_ShowPartial = "Show Partial Ingredients",
    UI_BetterCooking_Ingredients_ShowPartial_tooltip = "Adds a partial group that shows the best partial items (largest partial hunger, first to spoil).",

    UI_BetterCooking_Ingredients_SeparateQualities = "Separate Ingredient Qualities",
UI_BetterCooking_Ingredients_SeparateQualities_tooltip = "When enabled, ingredients with a Quality value (e.g. meat) will be split into separate entries per quality tier. Counts are per tier.",

    UI_BetterCooking_ForceFirstToRotIngredients = "Force First to Rot (Ingredients)",
    UI_BetterCooking_ForceFirstToRotIngredients_tooltip = "Overrides alphabetical ordering for the Ingredients list and sorts by spoilage first (then uses remaining).",

    UI_BetterCooking_ForceFirstToRotSeasonings = "Force First to Rot (Seasonings)",
    UI_BetterCooking_ForceFirstToRotSeasonings_tooltip = "Overrides alphabetical ordering for the Seasonings list and sorts by spoilage first (then uses remaining).",
}